This is a simple test program to illustrate how we handle input data.
The input data itself is simulated, which allows us to test a wide variety of real world cases conveniently.

The main objective of the program is to output the mean value of a number of read input values.

The user of this test program must do little else than compile the program with different settings and observe 
the results.

* To compile the program with default settings (prints only mean value), navigate to the program directory and 
* type 'make'.

* To force the program to print extra (and perhaps irrelevant) data, do the same as above but type 'make clean log'.

* To force the program to print extra data AND additional debugging information, type 'make clean debug'.
* This is useful in order to test specific portions of the program.
